e30c49
@@ -690,7 +690,7 @@
public class Swarm {
 
                 Map<ArchivePath, Node> content = archive.getContent();
                 for (ArchivePath path : content.keySet()) {
-                    if (path.get().endsWith(".class")) {
+                    if (path.get().endsWith(".class") && !path.get().equals("module-info.class")) {
                         Node node = content.get(path);
                         indexer.index(node.getAsset().openStream());
                     }
